\(\int \frac {a+b \text {csch}(c+d \sqrt {x})}{x} \, dx\) [34]

   Optimal result
   Rubi [N/A]
   Mathematica [N/A]
   Maple [N/A] (verified)
   Fricas [N/A]
   Sympy [N/A]
   Maxima [N/A]
   Giac [N/A]
   Mupad [N/A]

Optimal result

Integrand size = 18, antiderivative size = 18 \[ \int \frac {a+b \text {csch}\left (c+d \sqrt {x}\right )}{x} \, dx=a \log (x)+b \text {Int}\left (\frac {\text {csch}\left (c+d \sqrt {x}\right )}{x},x\right ) \]

[Out]

a*ln(x)+b*Unintegrable(csch(c+d*x^(1/2))/x,x)

Rubi [N/A]

Not integrable

Time = 0.01 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.00, number of steps used = 0, number of rules used = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \frac {a+b \text {csch}\left (c+d \sqrt {x}\right )}{x} \, dx=\int \frac {a+b \text {csch}\left (c+d \sqrt {x}\right )}{x} \, dx \]

[In]

Int[(a + b*Csch[c + d*Sqrt[x]])/x,x]

[Out]

a*Log[x] + b*Defer[Int][Csch[c + d*Sqrt[x]]/x, x]

Rubi steps \begin{align*} \text {integral}& = \int \left (\frac {a}{x}+\frac {b \text {csch}\left (c+d \sqrt {x}\right )}{x}\right ) \, dx \\ & = a \log (x)+b \int \frac {\text {csch}\left (c+d \sqrt {x}\right )}{x} \, dx \\ \end{align*}

Mathematica [N/A]

Not integrable

Time = 34.83 (sec) , antiderivative size = 20, normalized size of antiderivative = 1.11 \[ \int \frac {a+b \text {csch}\left (c+d \sqrt {x}\right )}{x} \, dx=\int \frac {a+b \text {csch}\left (c+d \sqrt {x}\right )}{x} \, dx \]

[In]

Integrate[(a + b*Csch[c + d*Sqrt[x]])/x,x]

[Out]

Integrate[(a + b*Csch[c + d*Sqrt[x]])/x, x]

Maple [N/A] (verified)

Not integrable

Time = 0.18 (sec) , antiderivative size = 16, normalized size of antiderivative = 0.89

\[\int \frac {a +b \,\operatorname {csch}\left (c +d \sqrt {x}\right )}{x}d x\]

[In]

int((a+b*csch(c+d*x^(1/2)))/x,x)

[Out]

int((a+b*csch(c+d*x^(1/2)))/x,x)

Fricas [N/A]

Not integrable

Time = 0.26 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.00 \[ \int \frac {a+b \text {csch}\left (c+d \sqrt {x}\right )}{x} \, dx=\int { \frac {b \operatorname {csch}\left (d \sqrt {x} + c\right ) + a}{x} \,d x } \]

[In]

integrate((a+b*csch(c+d*x^(1/2)))/x,x, algorithm="fricas")

[Out]

integral((b*csch(d*sqrt(x) + c) + a)/x, x)

Sympy [N/A]

Not integrable

Time = 1.59 (sec) , antiderivative size = 15, normalized size of antiderivative = 0.83 \[ \int \frac {a+b \text {csch}\left (c+d \sqrt {x}\right )}{x} \, dx=\int \frac {a + b \operatorname {csch}{\left (c + d \sqrt {x} \right )}}{x}\, dx \]

[In]

integrate((a+b*csch(c+d*x**(1/2)))/x,x)

[Out]

Integral((a + b*csch(c + d*sqrt(x)))/x, x)

Maxima [N/A]

Not integrable

Time = 0.44 (sec) , antiderivative size = 43, normalized size of antiderivative = 2.39 \[ \int \frac {a+b \text {csch}\left (c+d \sqrt {x}\right )}{x} \, dx=\int { \frac {b \operatorname {csch}\left (d \sqrt {x} + c\right ) + a}{x} \,d x } \]

[In]

integrate((a+b*csch(c+d*x^(1/2)))/x,x, algorithm="maxima")

[Out]

b*integrate(1/(x*e^(d*sqrt(x) + c) + x), x) + b*integrate(1/(x*e^(d*sqrt(x) + c) - x), x) + a*log(x)

Giac [N/A]

Not integrable

Time = 0.30 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.00 \[ \int \frac {a+b \text {csch}\left (c+d \sqrt {x}\right )}{x} \, dx=\int { \frac {b \operatorname {csch}\left (d \sqrt {x} + c\right ) + a}{x} \,d x } \]

[In]

integrate((a+b*csch(c+d*x^(1/2)))/x,x, algorithm="giac")

[Out]

integrate((b*csch(d*sqrt(x) + c) + a)/x, x)

Mupad [N/A]

Not integrable

Time = 2.18 (sec) , antiderivative size = 20, normalized size of antiderivative = 1.11 \[ \int \frac {a+b \text {csch}\left (c+d \sqrt {x}\right )}{x} \, dx=\int \frac {a+\frac {b}{\mathrm {sinh}\left (c+d\,\sqrt {x}\right )}}{x} \,d x \]

[In]

int((a + b/sinh(c + d*x^(1/2)))/x,x)

[Out]

int((a + b/sinh(c + d*x^(1/2)))/x, x)